Sink

interface Sink

Base sink interface.

A sink allows to receive stream data, such as encoded H.264 or decoded YUV frames, as it flows through the stream.

Inheritors

Types

Link copied to clipboard
interface Config
Sink configuration interface.

Functions

Link copied to clipboard
abstract fun close()
Closes the sink.